* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: 14px;
  font-family: 微软雅黑, Arial, Helvetica, sans-serif, 宋体;
  color: #333;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

.w-auto {
  width: 1400px;
  margin: 0 auto;
}

.w-1280 {
  width: 1280px;
  margin: 0 auto;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
}

.logo {
  float: left;
  padding-top: 15px;
}

.header-menu {
  float: right;
}

.header-menu a {
  display: block;
  float: left;
  padding: 0px 10px;
  margin: 0px 20px;
  height: 96px;
  line-height: 96px;
  font-size: 18px;
  color: #fff;
}

.header-menu a:hover {
  color: #03c8fc;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.header-menu a.active {
  color: #03c8fc;
  border-bottom: 4px solid #03c8fc
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.text-center {
  text-align: center;
}

.footer {
  padding-top: 50px;
}

.footer-box {
  overflow: hidden;
  background-color: #333;
  padding: 40px 0;
}

.footer .footer-l {
  float: left;
  background: url('../images/line.png') no-repeat right;
  padding-right: 100px;
  width: 300px;
}

.footer .footer-c {
  float: left;
  background: url('../images/line.png') no-repeat right;
  padding-right: 100px;
  width: 300px;
  padding-left: 100px;
}

.footer .footer-r {
  float: left;
  width: 165px;
  padding-left: 60px;
}
.footer .footer-r img{
  width: 160px;
}
.footer-copy {
    float: right;
    margin-top: 20px;
    width: 250px;
}
.footer-copy p {
  color: #aaa;
  font-size: 14px;
  line-height: 26px;
}
.footer-copy a {
  color: #aaa;
  font-size: 14px;
  line-height: 26px;
}
.footer-t {
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
}

.footer p {
  color: #aaa;
  font-size: 14px;
  line-height: 26px;
}

.position {
  margin-top: 45px;
  /*background-color: #E6E6E6;*/
font-size: 16px;
  color: #999999;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  /*border-left: 10px solid #D9D9D9*/
}

.position a {
  color: #666666;  font-size: 16px;
}

.scroll {
  position: fixed;
  right: 50px;
  bottom: 100px;
  cursor: pointer;
}
.qqzx{
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -110px;
  z-index: 9999;
}
.a-content img {
  max-width: 100%;
}